翻訳と辞書
Words near each other
・ Integrated catchment management
・ InTech Collegiate High School
・ Intech Contracting
・ Inteco
・ Intef
・ Intef (general)
・ Intef I
・ Intef II
・ Intef III
・ Intef the Elder
・ Intefiqer
・ Integer
・ Integer (computer science)
・ Integer BASIC
・ Integer broom topology
Integer circuit
・ Integer complexity
・ Integer factorization
・ Integer factorization records
・ Integer function
・ Integer lattice
・ Integer literal
・ Integer matrix
・ Integer Matrix Library
・ INTEGER Millennium House
・ Integer overflow
・ Integer points in convex polyhedra
・ Integer programming
・ Integer relation algorithm
・ Integer sequence


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Integer circuit : ウィキペディア英語版
Integer circuit
In computational complexity theory, an integer circuit is a circuit model of computation in which inputs to the circuit are sets of integers and each gate of the circuit computes either a set operation or an arithmetic operation on its input sets.
As an algorithmic problem, the possible questions are to find if a given integer is an element of the output node or if two circuits compute the same set. The decidability is still an open question, but there are results on restriction of thoses circuits. Finding answers to some questions about this model could serve as a proof to many important mathematical conjectures, like Goldbach's conjecture.
It is a natural extension of the circuits over sets of natural numbers when the considered set contains also negative integers, the definitions, which does not change, will not be repeated on this page. Only the differences will be mentioned.
== Complexity of the membership problem ==

The membership problem is the problem of deciding, given an integer circuit ''C'', an input to the circuit ''X'', and a specific integer ''n'', whether the integer ''n'' is in the output of the circuit ''C'' when provided with input ''X''. The computational complexity of this problem depends on the type of gates allowed in the circuit ''C''. The table below summarizes the computational complexity of the membership problem for various classes of integer circuits.
(O)
|-
! scope=row | ∪,∩,−,+,×
| NEXPTIME-hard
| PSPACE-hard
|-
! scope=row | ∪,∩,+,×
| NEXPTIME-complete
| NP-complete
|-
! scope=row | ∪,+,×
| NEXPTIME-complete
| NP-complete
|-
! scope=row | ∩,+,×
| P-hard, in co-NP
| L-hard, in LOGCFL
|-
! scope=row | +,×
| P-hard, in co-NP
| L-hard, in LOGCFL
|-
! scope=row | ∪,∩,−,+
| PSPACE-complete
| PSPACE-complete
|-
! scope=row | ∪,∩,+
| PSPACE-complete
| NP-complete
|-
! scope=row | ∪,+
| NP-complete
| NP-complete
|-
! scope=row | ∩,+
| C=L-complete
| L-complete
|-
! scope=row | +
| C=L-complete
| L-complete
|-
! scope=row | ∪,∩,−,×
| PSPACE-complete
| PSPACE-complete
|-
! scope=row | ∪,∩,×
| PSPACE-complete
| NP-complete
|-
! scope=row | ∪,×
| NP-complete
| NP-complete
|-
! scope=row | ∩,×
| (C=L\land\oplusL)-hard, in P
| L-complete
|-
! scope=row | ×
| (NL-complete\land\oplusL)-complete
| L-complete
|-
! scope=row | ∪,∩,−
| P-complete
| L-complete
|-
! scope=row | ∪,∩
| P-complete
| L-complete
|-
! scope=row | ∪
| NL-complete
| L-complete
|-
! scope=row | ∩
| NL-complete
| L-complete
|}

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Integer circuit」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.